runtime.statAggregate.sysStats (field)
23 uses
	runtime (current package)
		metrics.go#L175: 				out.scalar = in.sysStats.gcCyclesDone - in.sysStats.gcCyclesForced
		metrics.go#L182: 				out.scalar = in.sysStats.gcCyclesForced
		metrics.go#L189: 				out.scalar = in.sysStats.gcCyclesDone
		metrics.go#L276: 				out.scalar = in.sysStats.heapGoal
		metrics.go#L371: 				out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
		metrics.go#L378: 				out.scalar = in.sysStats.mCacheInUse
		metrics.go#L385: 				out.scalar = in.sysStats.mSpanSys - in.sysStats.mSpanInUse
		metrics.go#L392: 				out.scalar = in.sysStats.mSpanInUse
		metrics.go#L399: 				out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
		metrics.go#L406: 				out.scalar = in.sysStats.stacksSys
		metrics.go#L413: 				out.scalar = in.sysStats.otherSys
		metrics.go#L420: 				out.scalar = in.sysStats.buckHashSys
		metrics.go#L428: 					in.sysStats.stacksSys + in.sysStats.mSpanSys +
		metrics.go#L429: 					in.sysStats.mCacheSys + in.sysStats.buckHashSys +
		metrics.go#L430: 					in.sysStats.gcMiscSys + in.sysStats.otherSys
		metrics.go#L713: 	sysStats  sysStatsAggregate
		metrics.go#L733: 			a.sysStats.compute()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |